DiagnosticReport System API - Implementation Template (US Core)

(0 reviews)

Custom object creation

DiagnosticReport

To create a custom object in Health Cloud (DiagnosticReport):

  1. From Health Cloud in the upper right corner, click the settings (gear) icon.
  2. Click Setup.
  3. From the Home tab in the left menu, expand 'Objects and Fields' and then click Object Manager.
  4. In the upper right corner, click the Create dropdown and then select 'Custom Object'.
  5. Set the following:
    • Label: Diagnostic Report
    • Plural Label: Diagnostic Reports
    • Object Name: HealthcareAccelerator_DiagnosticReport
    • Description: Custom DiagnosticReport object
    • Record Name: Name
    • Data Type: Text
    • Deployment Status: In Development (Recommended when setting up; set to Deployed once ready to use.)
  6. Click Save.
  7. In the 'Fields and Relationships' page, use the 'New' button and then create the following fields:
Field LabelField NameData Type
Source System IdSourceSystemId__cText(255)
StatusStatus__cText(255)
Category CodeCategoryCode__cText(255)
Category DisplayCategoryDisplay__cText(255)
Category SystemCategorySystem__cText(255)
Code CodeCodeCode__cText(255)
Code DisplayCodeDisplay__cText(255)
Code SystemCodeSystem__cText(255)
SubjectSubject__cLookup(EHR Patient)
EncounterEncounter__cLookup(EHR Encounter)
Effective Start DateEffectiveStartDate__cDate/Time
Effective End DateEffectiveEndDate__cDate/Time
IssuedIssued__cDate/Time
PerformerPerformer__cLookup(EHR Practitioner)
ResultResult__cLookup(EHR Observation)
ConclusionConclusion__cText(255)
Coded Diagnostic CodeCodedDiagnosisCode__cText(255)
Coded Diagnostic DisplayCodedDiagnosisDisplay__cText(255)
Coded Diagnostic SystemCodedDiagnosisSystem__cText(255)
Presented FormPresentedForm__cLookup(Attachment)

Attachment

To create a custom object in Health Cloud (Attachment):

  1. From Health Cloud in the upper right corner, click the settings (gear) icon.
  2. Click Setup.
  3. From the Home tab in the left menu, expand 'Objects and Fields' and then click Object Manager.
  4. In the upper right corner, click the Create dropdown and then select 'Custom Object'.
  5. Set the following:
    • Label: Attachment
    • Plural Label: Attachments
    • Object Name: Attachment__c
    • Description: Attachment object
    • Record Name: Attachment Name
    • Data Type: Text
    • Deployment Status: In Development (Recommended when setting up; set to Deployed once ready to use.)
  6. Click Save.
  7. In the 'Fields and Relationships' page, use the 'New' button and then create the following fields:
Field LabelField NameData Type
Content TypeContentType__cText(255)
CreationCreation__cDate/Time
DataData__cLong Text Area(131072)
HashHash__cLong Text Area(131072)
LanguageLanguage__cText(255)
SizeSize__cNumber
TitleTitle__cText(255)
UrlUrl__cLong Text Area(32768)

Reviews

TypeTemplate
OrganizationMuleSoft
Published by
MuleSoft Solutions
Published onOct 12, 2023
Asset overview

Asset versions for 1.0.x

Asset versions
VersionActions
1.0.3
1.0.2
1.0.1
1.0.0